c# enum parse from string

51

c# enum parse from string -

Enum.TryParse("Active", out StatusEnum myStatus);

Comments

Submit
0 Comments